home *** CD-ROM | disk | FTP | other *** search
/ Minami 58 / MINAMI58.ISO / Varios / Juegos Flash / Gold Yard.exe / scripts / DefineButton2_174 / BUTTONCONDACTION on(release, keyPress n).as < prev    next >
Text File  |  2003-04-29  |  96b  |  5 lines

  1. on(release, keyPress "n"){
  2.    _root.menuover = "";
  3.    _root.mainmenu.gotoAndStop("quit");
  4. }
  5.